func runtime.strhash

3 uses

	runtime (current package)
		alg.go#L108: func strhash(p unsafe.Pointer, h uintptr) uintptr
		alg.go#L245: 		return strhash(p, h)
		alg.go#L434: 	return strhash(noescape(unsafe.Pointer(&s)), seed)